home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / HyperCard BBS / Sysop Help / card_12340.txt < prev    next >
Encoding:
Text File  |  1988-08-11  |  2.0 KB  |  84 lines

  1. -- card: 12340 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2658
  5. -- name: Section 411
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 4000
  11. -- rect: left=310 top=113 right=130 bottom=421
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: 4000
  25. -- rect: left=344 top=160 right=176 bottom=430
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part 6 (button)
  37. -- low flags: 00
  38. -- high flags: 4000
  39. -- rect: left=377 top=249 right=261 bottom=483
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48.  
  49.  
  50. -- part contents for background part 28
  51. ----- text -----
  52. Introduction
  53. Setting up the BBS
  54. Running the BBS
  55. BBS Internals
  56. Appendices
  57.  
  58. -- part contents for background part 29
  59. ----- text -----
  60. Components
  61. Generic Operation
  62. To Be Continued
  63.  
  64. -- part contents for background part 30
  65. ----- text -----
  66. Home Stack Script
  67. Modem Cards
  68. Hyper House Cards
  69. Message Stack Cards
  70. Help Stacks
  71.  
  72. -- part contents for background part 13
  73. ----- text -----
  74. Where all the smarts is
  75.  
  76. -- part contents for background part 12
  77. ----- text -----
  78.  
  79.  
  80. The stack script of the HyperBBS Home stack is where most of the methods and functions are for the BBS. If you're planning to modify the BBS in any major way, you'd best print out and study that script in some detail.
  81.  
  82. The methods contained in the Home stack script include ones for handling card text display, user text input, user filling of fields, user pushing of buttons, creating new users, logging in and out new and old users, and a variety of additional, miscellaneous items.
  83.  
  84. See the Generic Operation section for more details on "normal" operation.